projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93177f7
)
W32: remove the blue "selected" rectangle when activating a checkbutton
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Wed, 23 Apr 2014 15:57:24 +0000
(15:57 +0000)
committer
Руслан Ижбулатов
<lrn1986@gmail.com>
Thu, 24 Apr 2014 03:35:49 +0000
(
03:35
+0000)
https://bugzilla.gnome.org/show_bug.cgi?id=728806
gtk/resources/theme/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/resources/theme/gtk-win32-base.css
b/gtk/resources/theme/gtk-win32-base.css
index a70a8d4dc6e9da7f714a2dbea48c2dc41a09bf32..701c3fc88048a7718a678882fa5ba5cb7be16cfa 100644
(file)
--- a/
gtk/resources/theme/gtk-win32-base.css
+++ b/
gtk/resources/theme/gtk-win32-base.css
@@
-153,6
+153,12
@@
GtkAssistant .sidebar .highlight {
/* Check buttons */
+/* Prevent selected check/radio buttons from getting the "selected" blue background */
+GtkCheckButton:prelight:selected,
+GtkRadioButton:prelight:selected {
+ background-color: transparent;
+}
+
/* This is meaningless, it just enables prelight propagation to check/radio mark */
GtkCheckButton:prelight,
GtkRadioButton:prelight {